CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Sobel Filter

搜索资源列表

  1. mymfc

    0下载:
  2. 用OPENCV实现的Canny算子,Sobel算子,Laplace算子,简单不带尺度模糊,简单模糊,中值滤波,高斯滤波,双向滤波滤的示例程序。-OPENCV achieved by Canny operator, Sobel operator, Laplace operator, simple and without dimension fuzzy, simple fuzzy, median filtering, Gaussian filtering, two-way filter filter
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11459523
    • 提供者:吴敬鑫
  1. opencv_laplace

    0下载:
  2. 实现LAPLACE和SOBEL高通空域滤波-LAPLACE and SOBEL achieve high-pass spatial filter
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1341589
    • 提供者:王文博
  1. tuxiangyuchuli

    0下载:
  2. 图片的预处理 将图片读入之后 经过灰度处理 中值滤波(多次) sobel算子运算 二值化运算 最后做细化 处理 显示并保存 细化后的图象-Pretreatment of the picture after the picture to read through the gray scale median filter processing (multiple) sobel operator Binary operator to do the final thinning operation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:694
    • 提供者:阮建军
  1. filterImage

    0下载:
  2. There are different m files for different filter to use. perwit.m:=uses window Wx=[1 0 -1 1 0 -1]/3 and Wy=Wx and then convolves this window with the image. sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4 lablacian.m=uses window W=[0 1 0 1
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:824
    • 提供者:GajenJung
  1. Basic-Functions2

    0下载:
  2. capturing video, conversion to gray image, flipping it, applying gaussian filter, sobel edge detection, laplacian edge detection and cannyedge detection
  3. 所属分类:Special Effects

  1. code-VHDL

    0下载:
  2. filter sobel on VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:804996
    • 提供者:marwa
  1. shuzituxiangchuli

    1下载:
  2. 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4187381
    • 提供者:李海宁
  1. denoiseaenhance

    0下载:
  2. 非MATLAB库函数实现空域去噪(包括“3x3均值滤波”、“5x5均值滤波”、“3x3中值滤波” 、“5x5中值滤波”)和空域加强(包括“拉普拉斯算子”、“Roberts算子”、“Prewitt算子”、“Sobel算子)的原创MATLAB代码。-Non-MATLAB library functions the airspace denoising (including the 3x3 mean filter, 5x5 mean filter, 3x3 median filter " ,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:163463
    • 提供者:王岗
  1. YuImage

    1下载:
  2. 基于Visual C++的边缘检测实现,包含了Roberts、Prewitt、Sobel、Canny、LoG算子以及平滑滤波和灰值化的功能-Includes edge detection based on Visual C++ achieve, Roberts, Prewitt, Sobel, Canny, LoG operator and smoothing filter and gray values ​ ​ of the function
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:13421030
    • 提供者:李鹏宇
  1. Body

    0下载:
  2. 医学图像处理,包括拉普拉斯变换,锐化,sobel变换,均值平滑滤波,伽马校正等。-Medical image processing, including the Laplace transform, sharpen, sobel transformation mean smoothing filter, and gamma correction.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:8334790
    • 提供者:
  1. tu-xiang-chu-li-suan-fa-ji-he

    0下载:
  2. 文件中包含各种图像处理源代码,包括二值化处理的源代码,对图像进行直方图均衡处理的源代码,对图像进行中值滤波处理(图像复原)的源代码,对图像进行均值滤波处理(图像复原)的源代码对图像进行对角镜像处理(几何变换)的源代码,对图像进行离散余弦变换处理(图像变换)的源代码,对图像进行傅立叶变换处理(图像变换)的源代码,对图像进行高斯模糊处理(图像复原)的源代码,在图像中加入随机噪声的源代码,对图像进行水平镜像处理(几何变换)的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码,利用Prewitte边
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:18882
    • 提供者:nimizi
  1. Digital-Image-Processing

    0下载:
  2. 1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:909373
    • 提供者:fei
  1. Desktop

    0下载:
  2. 图像处理程序,本程序是关于图像处理中的高通、低通滤波器及索贝尔和拉普拉斯算法。-Image processing program, this program is about image processing, high-pass, low-pass filter and the Sobel and Laplace algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:1025
    • 提供者:caicai
  1. ds

    0下载:
  2. 位图图像处理滤波,二值化还有灰度共生举证,sobel prewitt算子laplace算子robot算子,生成bmp图像-Bitmap image processing filter, binarization gray co-occurrence of proof, sobel prewitt operator laplace operators robot operator generated bmp image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:3909843
    • 提供者:Alice
  1. K

    0下载:
  2. 图像处理--均值滤波处理, 小波变换,Sobel算子进行边缘提取-Image processing- mean filter processing, filtering processing, wavelet transform, Sobel operator edge extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:1087
    • 提供者:魔力鸟
  1. MATLABshiyongyuandaima

    0下载:
  2. 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:115797
    • 提供者:廉小萍
  1. MATLABshiyongdaima1

    0下载:
  2. 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:12051
    • 提供者:廉小萍
  1. Filtres

    0下载:
  2. this application java is for reading images and apply somme filters like gaussian, mean, median, sobel, prewitt, robert filter and others
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:37137
    • 提供者:Aharrane
  1. EmgucvTest

    1下载:
  2. 用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步-With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel opera
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:26605568
    • 提供者:妮乐
  1. SobelFilter

    0下载:
  2. 这个样例实现CUDA加速版的Sobel边缘检测滤波器为8位单色图像。-This sample implements the Sobel edge detection filter for 8-bit monochrome images by using CUDA to speed up.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4929622
    • 提供者:张帆
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com